home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_ImportAdv / DrawingViewWraps.h < prev    next >
C/C++ Source or Header  |  1992-12-19  |  660b  |  23 lines

  1. /* DrawingViewWraps.h generated from DrawingViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWINGVIEWWRAPS_H
  6. #define DRAWINGVIEWWRAPS_H
  7.  
  8. extern void PSWStrokeX(float LLX, float LLY, float URX, float URY);
  9.  
  10. extern void PSWTranslateRotate(float X, float Y, float Angle);
  11.  
  12. extern void PSWSetLine(float Width, float Gray);
  13.  
  14. extern void PSWSetControlPoints(char *Font, float FontSize, float FontGray, float FontWidth);
  15.  
  16. extern void PSWDrawControlPoints(float X, float Y, float Pts[], int Tot_Pts, char *Chs);
  17.  
  18. extern void PSWDefineFont(char *fontname);
  19.  
  20. extern void PSWDefineImageDict(char *dictname);
  21.  
  22. #endif DRAWINGVIEWWRAPS_H
  23.